home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970929-19971216 / 000079_news@newsmaster….columbia.edu _Mon Oct 13 09:59:26 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA01010
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 13 Oct 1997 09:59:26 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA19152
  7.     for kermit.misc@watsun; Mon, 13 Oct 1997 09:59:25 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: ckermit 6.0 set protocol xmodem
  12. Date: 13 Oct 1997 13:59:24 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <61t9fs$b2f$1@apakabar.cc.columbia.edu>
  16. References: <19971012035301.XAA11956@ladder02.news.aol.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7855
  19.  
  20. In article <19971012035301.XAA11956@ladder02.news.aol.com>,
  21. Chavez Lee <chavezlee@aol.com> wrote:
  22. : ckermit 6.0 has been made available on hpux now.  I wanted to use xmodem
  23. : protocol but has not had sucess.  After doing set protocl xmodem in ckermit 
  24. : and tries to send or receive, I get the error, "sh: sx: not found".  Since
  25. :  ckermit on 
  26. :  is supported by Columbia University Kermit division, hp does not help...
  27. : The problem occurs after doing take ckurzsz.ini.  Where is sx program???
  28. :
  29. Xmodem is an external protocol to Kermit.  Kermit does not include Xmodem;
  30. rather, it includes an interface to an external Xmodem program, which does not
  31. come from here.  The official source for sx/rx/sb/rb/sz/rb programs is Omen
  32. Technology, which should be able to supply you with versions for HP-UX.  If
  33. your HP-UX system does not have this software, you will need to obtain it
  34. and install it in the PATH.
  35.  
  36. - Frank